@charset 'utf-8';
.con{
	width:1000px;
	margin: 0 auto;
}
.blueBg{
	background-color: #0194d5;
}
.gray-bg{
	background-color: #f8f8f8;
}
.allCon{
	width: 100%;
}
.white-border-btn{
	border:solid 1px #fff;
	color: #fff;
	padding:0 10px;
	line-height: 26px;
}
.font-blue{
	color:#0194d5 !important;
}
.font-organe{
	color:#ff6600 !important;
}
/*nav top*/
.tel-icon{
	background: url('../images/icon/tel_icon.png') no-repeat left center;
	padding-left: 34px;
}
.navTop .tel{
	line-height: 40px;
	font-size:18px;
	color: #fff;
}
.navTop .btn{
	margin-top: 6px;
}
/*nav*/
.navBox{
	border-bottom: solid 1px #f0f0f0;
	box-shadow: 0 3px 10px #eee;
	-o-box-shadow: 0 3px 10px #eee;
	-ms-box-shadow: 0 3px 10px #eee;
	-moz-box-shadow: 0 3px 10px #eee;
	-webkit-box-shadow: 0 3px 10px #eee;
	position: relative;
	z-index: 99;
}
.logo{
	height: 60px;
	margin: 25px 0;
}
.logo img{
	height: 100%;
}
.nav li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding: 0 16px;
}
.nav li:hover a,.nav li.hover a{
	color: #0194d5;
	border-bottom: solid 2px #0194d5;
}
.nav li a{
	line-height: 110px;
	font-size: 16px; 
	color: #666;
	display:inline-block;
	border-bottom: solid 2px #fff;
}
/*foot*/
.foot{
	width:100%;
	background:#0194d5;
	position:relative;
	z-index:99;
	}
.foot p{
	font-size:12px;
	line-height:28px;
	color:#fff;
	text-align:center;
	}

.footer ul li a:hover{
	opacity: 0.8;
}
.ftitle{
	font-size:16px;
	width:#fff;
	}
.footer{
	background:#cfe9f5;
	}
.footcon{
	width:1000px;
	margin:0 auto;
	padding:30px 0;
	}
.ftitle{
	color:#000;
	font-size:16px;
	padding-bottom:12px;
	}
.cantact{
	margin-right:80px;
	width: 270px;
	}
.cantact ul li,
.friendlinkbox ul li a{
	font-size:12px;
	color:#718087;
	line-height:26px;
	}
.friendlink ul{
	width:380px;
	}
.follow ul li{
	margin-right:20px;
	}
.follow ul li img{
	width:100px;
	height:100px;
	}